From: Lars Magne Ingebrigtsen Date: Sat, 9 Oct 2010 14:31:56 +0000 (+0200) Subject: Don't use foo() to talk about functions. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6172 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7329cc3dd19d0fd40a3414d458a23b0b9917e870;p=emacs.git Don't use foo() to talk about functions. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3d055312acb..304faebd342 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,9 @@ 2010-10-09 Lars Magne Ingebrigtsen * gnutls.c (syms_of_gnutls): All the bootprops are keywords. - (emacs_gnutls_write): Remove the debuggin fsync() call. + (emacs_gnutls_write): Remove the debuggin fsync call. (emacs_gnutls_read): Return -1 if we got an error from - gnutls_read(). This allows us to actually read lots of data from + gnutls_read. This allows us to actually read lots of data from the GnuTLS stream. (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR. According to the documentation, this is correct, and it seems to